home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / misc / xes120.lha / XES / Install < prev    next >
Text File  |  1994-11-09  |  278b  |  13 lines

  1. echo "WARNING: This may overwrite some files."
  2. echo "Backup anything you want to save before proceeding."
  3. ask "continue?"
  4. IF WARN
  5.     copy S/.edrc s:.edrc
  6.     copy REXX/#? REXX:
  7.     copy C/#? C:
  8. ENDIF
  9. echo "Installation complete."
  10. echo "Put the documentation where you will."
  11.  
  12.  
  13.